From 88339ae94f4309888eae81a6cceac9577a319d7e Mon Sep 17 00:00:00 2001 From: Oleksandr Tyshchenko Date: Fri, 13 Sep 2019 18:35:12 +0300 Subject: [PATCH] iommu/arm: Order the headers alphabetically in iommu.c Clean up the code a bit by putting the headers in alphabetical order. Signed-off-by: Oleksandr Tyshchenko --- xen/drivers/passthrough/arm/iommu.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen/drivers/passthrough/arm/iommu.c b/xen/drivers/passthrough/arm/iommu.c index 2135233736..9cfb589083 100644 --- a/xen/drivers/passthrough/arm/iommu.c +++ b/xen/drivers/passthrough/arm/iommu.c @@ -15,9 +15,10 @@ * GNU General Public License for more details. */ -#include -#include #include +#include +#include + #include static const struct iommu_ops *iommu_ops; -- 2.30.2